From daaf28ac83a074ea8544ce17bb27fc0ea11f3f66 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Wed, 14 Jan 2009 20:42:09 +0000 Subject: [PATCH] Use a lowercase 'a' in 0xbab100. * babl/babl.h: Use a lowercase 'a' in 0xbab100. svn path=/trunk/; revision=363 --- ChangeLog | 4 ++++ babl/babl.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9a63a0c..f81d6d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-01-14 Martin Nordholts + + * babl/babl.h: Use a lowercase 'a' in 0xbab100. + 2009-01-14 Martin Nordholts * babl/babl.h: Don't document forward declarations and move them diff --git a/babl/babl.h b/babl/babl.h index 284e6f8..182ad39 100644 --- a/babl/babl.h +++ b/babl/babl.h @@ -34,7 +34,7 @@ * differentiation in polymorphic functions. (as well as manual * type check assertions). */ -#define BABL_MAGIC 0xbAb100 +#define BABL_MAGIC 0xbab100 /* Alpha threshold used in the reference implementation for * un-pre-multiplication of color data: -- 2.30.2